@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
}

.plans-table, h1,h2,h3,h4,h5,h6, p{
    font-family: 'Poppins', sans-serif !important;

}

.plans-table h1{
    text-align: center;
    font-size: 26px;
    padding: 0px 0 30px 0;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.plans-table .esfe {
    text-align: center;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.pricing-box{
    border: 1px solid #ddd;
    height: 100%;
    background: #fff;
}
.box-title{
    background-color: rgb(98, 99, 100);
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 21px;
    font-weight: 400;
    padding: 17px 10px;
    min-height: 125px;
}
.box-title span{
    /*font-size: 14px;*/
    display: block;
}
.price-text-small{
    display: block;
    font-size: 11px;
    letter-spacing: 0.3px;
    color: #666e6e;
    font-weight: 400;
}
.text-right{
    text-align: right;
}
.w-100{
    width: 100%;
}

.custom-box {
    background: #fff;
    padding: 0px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin: 0;
}

.custom-box table tr td {
    line-height: 0;
}

.custom-box table tr td strong {
    font-weight: 500;
    font-size: 1.2rem;
    color: #0c0d0d;
    position: relative;
    top: 2px;
}

.custom-box .box-title {
    background: none!important;
    padding: 0;
    color: #000;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.custom-box .border-btn {
    padding: 10px 30px;
    font-size: 14px;
    width: auto;
    float: right;
}
.pricing-box .table-responsive {
    padding: 10px;
}
.pricing-box table tr:hover {
    box-shadow: inset 0 0 0 3px #e8eded;
}
.pricing-box table tr:hover.no-grey {
    background: none;
    box-shadow: none!important;
}
.highlight {
    background: #e8eded;
}
.mb-40 {
    margin-bottom: 40px;
}
.justify-center {
    justify-content: center;
    align-items: center;
}
.grey-light-box {
    background: rgb(156, 149, 149)!important;
}
.pricing-box table tr td {
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;
/*    height: 55px;*/
    font-size: 13px;
}
.pricing-box table tr td strong {
    font-weight: 500;
    font-size: 1.2rem;
    color: #0c0d0d;
    position: relative;
    top: 2px;
}
.space-bttm {
    padding-bottom: 5px!important;
    height: auto!important;
    border-bottom: 0!important;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #000;
    position: relative;
    top: 2px;
    font-size: 14px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 1px solid #626364;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bright-green .border-btn {
    text-transform: uppercase;
    border: 1px solid #029c3d;
    color: #fff;
    background: #029c3d;
    padding: 9% 20%;
}

.bright-green:hover .border-btn {
    background: #11750ade;
    color: #fff;
}

.border-btn {
    border: 1px solid #02a388;
    padding: 17px 20px;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    text-decoration: none!important;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
    width: 85%;
    font-weight : 500;
    font-size: 14px;
    background: #02a388;
}
.border-btn:hover {
    background: #027e69;
    color: #fff;
    border: 1px solid #ddd;
}
.text-center {
    text-align: center;
}
.pr-10 {
    padding-right: 10px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.searches-title {
    font-size: 15px !important;
    border: 0 !important;
    font-weight: 500 !important;
    height: auto !important;
/*    padding-top: 25px !important;*/
}
.no-brdr {
    border-bottom: 0!important;
}
.subscribe-btn {
    background-color: #fe423f;
    border: 1px solid #fe423f;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0 hsla(0,0%,100%,.5);
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 20px;
    padding: 15px 20px;
    transition: all .15s linear;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
        font-size: 16px;
}
.subscribe-btn:hover {
     background-color: #fe231f;
     border: 1px solid #fe231f;
}
.mb-30 {
    margin-bottom: 20px;
}
.button-group a {
    border-radius: 4px;
    text-transform: uppercase;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.4); */
    font-weight: 500;
    letter-spacing: 0.5px;
    background: rgb(152 138 116);
    padding: 12px 10px;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    min-width: 310px;
    text-align: center;
    font-size: 15px;
    border: 0;
    position: relative;
    transition: 0.5s;
}

.button-group.marg-bttm a{
    font-size: 23px;
    width: 49.2%;

}
.show-content{
    margin-right: 0 !important;
    background: rgb(152 138 116) !important;
}

.show-content.active, .show-content:hover{
    background: rgb(218, 132, 2) !important;
}

/*
.lp-text-react, .casual-prediction {
    display: none;
}*/
.show-content.active, .show-plan.active {/*
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #0bab64 0%, #3bb78f 74%);
*//*background: #02a388;*/color: #fff;cursor: not-allowed;}

.show-plan.active, .show-plan:hover{
    background: #029c3d;
}


.show-content.active:after, .show-plan.active:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #029c3d transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.show-content.active:after{
    border-color: #da8402 transparent transparent transparent;
}


.lp-text-react {
    /*margin-top: 30px;*/
}
.show-causal-text {
    display: none;
}
.btn-area-right .show-plan {
    position: fixed;
    right: -110px;
    transform: rotate(-90deg);
    top: 50%;
    cursor: pointer!important;
    min-width: auto;
    text-transform: uppercase!important;
}
.grey-box {
    background-color: rgba(0,0,0,.6)!important;
}
.black-box {
    background: #0c0d0d;
}
.marg-bttm {
    margin-bottom: 30px;
    text-align: center;
}
#show-planarea {
    background: #00BB47 !important;
    color: #fff;
    border: 0;
    /* padding: 16px; */
    padding: 10px 17px;
    border-radius: 4px;
    text-transform: none;
    z-index: 4;
}
#show-planarea:hover{
    background: #029c3d !important;
}
.mlr-60{
        margin-left: 30px !important;
    margin-right: 30px !important;
}
tr.bg-grey {
    height: 53px;
}
.casual-pricing-box tr.bg-grey {
    height: auto;
}
.casual-pricing-box table tr td{
        /*padding: 7px 10px;*/
}
.casual-pricing-box table tr:last-child td{
    border-bottom: 0 !important;
}
.grey-bg-box{
    background: #f5f8fa;
}
.casual-prediction{
    /*background: #f5f8fa;*/
    padding: 20px 20px 30px;
    border-radius: 5px;
}
.d-block{
    display: block;
}
.react-txt{
        /*background: rgb(245, 248, 250);*/
    padding: 20px 20px 30px;
    border-radius: 5px;
}
.border-bottom-0{
    border-bottom: 0 !important;
}
.mt-20{
    margin-top: 20px;
}
span .subscribe-link, span .subscribe-link:hover, span .subscribe-link:focus{
    color: rgb(255, 187, 90) !important;
    background: transparent !important;
    padding: 0 !important; 
    margin: 0 !important;
}

span #show-planarea, span #show-planarea:hover, span #show-planarea:focus{
    background: transparent !important;
}

.font-scale-6 {
    font-size: 1.14rem !important;
}


a.accordian-link{ 
        border: 0;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #E8EDED;
    margin-bottom: 10px;
	position: relative;
}

a.accordian-link.active{
	background: #00BB47;
    color: #ffffff;
}
a.accordian-link:after{
    content: "";
    padding-right: 5px;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
	background: url('../image/plus-icon.png');
}

a.accordian-link.active:after{
    content:"";
	background: url('../image/minus-icon.png');
}


div.content { 
        background-color: #fff;
    padding: 20px;
    display: none;
    margin-bottom: 20px;
    margin-top: -10px;
}

p { margin-top: 10px; color: #999; font-size:10px; }

/******sanni*******/

.css-889chh .clogo {float: left;width: 48%;text-align: left;}
.css-889chh .cuname {float: left;width: 48%;text-align: right;}
.css-889chh .clogo img {width: 75%;margin-left: 55px;margin-bottom: 13px;}
.cuname .cutsetse {font-size: 16px;color: red;}
.cuname .cutsetse a {font-size: 14px;}









@media (max-width: 1199px){
    .button-group.marg-bttm a{
        width: 48.2%;
        font-size: 20px;
    }
}


@media (max-width: 991px){
    .mlr-60 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .button-group.marg-bttm a{
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .button-group.marg-bttm a{
        min-width: auto !important;
        font-size: 20px !important;
        padding: 10px 20px;
    }
    .pl-10{
        padding-left: 0 !important;
    }
    .pr-10{
        padding-right: 0 !important;
    }
    .casual-pricing-box{
        margin-bottom: 20px;
        height: auto;
    }
    .pricing-box table tr td strong{
        font-size: 1rem
    }
}

@media (max-width: 592px){
    .button-group.marg-bttm a{
        font-size: 17px !important;
        width: 100%;
        margin-bottom: 20px;
    }
    .casual-prediction{
        background: transparent;
        padding: 0;
    }
    .plans-table h1{
        font-size: 22px;
        line-height: 24px;
    }
}



